home *** CD-ROM | disk | FTP | other *** search
/ Enter 2004 January / EnterCD 01_2004.iso / Multimedia / Advanced Effect Maker Freeware Edition 1.0 / aemf10.exe / {app} / templates / edwardmessage.swf / scripts / frame_6 / DoAction.as
Encoding:
Text File  |  2002-10-12  |  229 b   |  9 lines

  1. s1._x += bspeed;
  2. s2._x += bspeed;
  3. line._width = s1._x + 4;
  4. line._height = 1;
  5. cx = s1._x % bp;
  6. a = cx * 3.141592653589793 / (bp * 2);
  7. s1._rotation = Math.sin(a) * ang * 2 - ang;
  8. s2._rotation = Math.cos(a) * ang * 2 - ang;
  9.